.rewiews__item_rewiews {
	width: 70%;
	height: -moz-max-content;
	height: max-content;
	border-radius: 5px;
	margin-bottom: 55px;
}
.item_rewiews__head {
	display: flex;
	width: 100%;
	height: -moz-max-content;
	height: max-content;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #D1D2D3;
}
.item_rewiews__user_info_rew {
	display: flex;
	width: -moz-max-content;
	width: max-content;
	height: -moz-max-content;
	height: max-content;
	align-items: center;
	font-size: 1.2rem;
	line-height: 1.4rem;
}
.item_rewiews__user_info_rew h6 {
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: black;
	margin: 0 20px;
}
.item_rewiews__user_info_rew b {
	font-weight: 400;
	color: #676767;
	margin: 0 20px;
}
.item_rewiews__user_info_rew a {
	color: #676767;
	font-size: 1.2rem;
	line-height: 1.4rem;
	text-decoration: underline;
	margin-left: 20px;
}
.item_rewiews__user_info_rew a:hover {
	text-decoration: none;
}
.user_info_rew__img {
	width: 34px;
	height: 33px;
	background-color: #6666CC;
	border-radius: 10px 10px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user_info_rew__img img {
	/* width: 60%; */
	width: 18px;
	height: 19px;
	/* height: 100%; */
	-o-object-fit: contain;
		object-fit: contain;
}
.item_rewiews__grade {
	width: -moz-max-content;
	width: max-content;
	height: -moz-max-content;
	height: max-content;
	display: flex;
}

.item_rewiews__grade i{
	color:#FFD02B;
	margin: 0px 2px;
}

.item_rewiews__body {
	width: 100%;
	margin-top: 13px;
}

/*  ---- EDIT 03.10.2023 */
/* 
.item_rewiews__body h5 {
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: #000000;
	margin: 0px 0px 16px;
} */

.item_reviews__name{
	display: flex;
	align-items: start;
	margin: 0px 0px 16px;
}

.rewiews__list .item_rewiews__body h5 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000000;
  margin: 0px;
  padding-right: 8px;
}


.item_reviews__ozon_link{
  width: max-content;
  height: 28px;
  margin-left: auto;
}

/* .item_reviews__ozon_link a{

} */

.rewiews__list .item_rewiews__body .item_reviews__ozon_link a{
  margin: 0px;
  display: block;
  width: max-content;
  height: 100%;
}

.item_reviews__ozon_link img{
  width: max-content;
  height: 100%;
}



 .item_rewiews__body span {
	font-size: 1rem;
	line-height: 1.2rem;
	color: black;
}
.item_rewiews__body .item_rewiews__img-box {
	display: flex;
	margin-top: 20px;
}
 .item_rewiews__body .item_rewiews__img-box .item_rewiews__img {
	width: 20%;
	max-width: 112px;
	min-width: 100px;
	height: 181px;
	overflow: hidden;
	border-radius: 15px;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}

/* ------------------------- */


 .item_rewiews__body span {
	font-size: 1rem;
	line-height: 1.2rem;
	color: black;
}
.item_rewiews__body .item_rewiews__img-box {
	display: flex;
	margin-top: 20px;
}
 .item_rewiews__body .item_rewiews__img-box .item_rewiews__img {
	width: 20%;
	max-width: 112px;
	min-width: 100px;
	height: 181px;
	overflow: hidden;
	border-radius: 15px;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}

/*.item_rewiews__video{

}*/

.item_rewiews__body .item_rewiews__img-box .item_rewiews__img .bgIframe{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	background-color: black;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.item_rewiews__body .item_rewiews__img-box .item_rewiews__img iframe,
.item_rewiews__body .item_rewiews__img-box .item_rewiews__img video,
.item_rewiews__body .item_rewiews__img-box .item_rewiews__img img {
position: relative;
z-index: 1;
width: 100%;
height: 100%;
-o-object-fit: cover;
	object-fit: cover;
}
 .item_rewiews__body a {
font-size: 1.2rem;
line-height: 1.4rem;
height: -moz-max-content;
height: max-content;
width: -moz-max-content;
width: max-content;
display: block;
color: #30314F;
text-decoration: underline;
margin: 20px auto 0px;
}


.load_reviews_btn{
	width: max-content;
	max-width: 90%;
	margin: 20px auto 0px;
	color: #30314F;
	font-size: 1.125rem;
	padding-bottom: 2px;
	border-bottom: 1px solid #30314F;
	cursor: pointer;
}

.load_reviews_btn:hover{
	border-bottom: 1px solid transparent;
}

@media screen and (max-width: 1000px) {
	.rewiews__list {
		margin-top: 20px;
	}
	.rewiews__item_rewiews {
		width: 100%;
		/* padding: 8px; */
	}
	.item_rewiews__user_info_rew h6 {
		margin: 0 10px;
	}
	.user_info_rew__img {
		width: 25px;
		height: 25px;
	}
	.item_rewiews__body h5 {
		margin: 0px 0px 10px;
	}
	.item_rewiews__body .item_rewiews__img-box {
		flex-wrap: wrap;
	}
	.item_rewiews__body .item_rewiews__img-box .item_rewiews__img {
		width: 25%;
		max-width: 110px;
		height: 168px;
		margin-right: 20px;
		margin-top: 10px;
	}
	.item_rewiews__body .item_rewiews__img-box .item_rewiews__img img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
			object-fit: cover;
	}

	.item_reviews__ozon_link{
		height: 22px;
	}
}
@media screen and (max-width: 600px) {
	.rewiews__head {
		margin-top: 22px;
	}
	.rewiews__head button {
		margin-top: 14px;
		width: 157px;
		height: 32px;
	}
	.rewiews__list {
		margin-top: 18px;
	}
	.rewiews__item_rewiews {
		margin-bottom: 23px;
	}
	.item_rewiews__user_info_rew {
		font-size: 1rem;
		line-height: 1.2rem;
	}
	.item_rewiews__user_info_rew h6 {
		font-size: 1rem;
		line-height: 1.2rem;
		margin: 0 10px;
	}
	.item_rewiews__user_info_rew b {
		display: none;
		margin: 0 0px;
	}
	.item_rewiews__user_info_rew a {
		font-size: 1rem;
		line-height: 1.2rem;
		margin-left: 10px;
	}
	.item_rewiews__body h5 {
		margin: 0px 0px 6px;
	}
	.item_rewiews__body .item_rewiews__img-box {
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.item_rewiews__body .item_rewiews__img-box .item_rewiews__img {
		width: 32%;
		max-width: 200px;
		height: 168px;
		margin-right: 0px;
	}
	.item_rewiews__body .item_rewiews__img-box .item_rewiews__img img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
			object-fit: cover;
	}
	.item_rewiews__body .item_rewiews__img-box:after {
		content: "";
		width: 32%;
	}

	.item_reviews__ozon_link{
		height: 18px;
	}
}

@media screen and (max-width: 380px) {
	.item_rewiews__body .item_rewiews__img-box {
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.item_rewiews__body .item_rewiews__img-box .item_rewiews__img {
		width: 48%;
		max-width: 200px;
		height: 168px;
		margin-right: 0px;
	}
	.item_rewiews__body .item_rewiews__img-box .item_rewiews__img img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
			object-fit: cover;
	}
	.item_rewiews__body .item_rewiews__img-box:after {
		content: "";
		width: 32%;
	}
}



.searc_pagination{
	width: 100%;
	height: 40px;
	position: relative;
	margin-bottom: 50px;
}
.searc_pagination font{
	position: absolute;
	right: 0;
	width: max-content;
	height: max-content;
	padding: 10px 0px;
	display: flex;
	align-items: center;

}
.searc_pagination span{
	font-size: 1rem;
	display: block;
	width: max-content;
	height: max-content;
	line-height: 1.2rem;
	color: #30314F;
	margin: 0px 4px;
}
.searc_pagination b{
	padding: 4px 12px;
	margin: 0px 6px;

	width: 100%;
	height: 100%;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #30314F;
	border-radius: 4px;
  	background-color: #30314F;

	font-size: 1rem;
	line-height: 1rem;
}
.searc_pagination a{
	padding: 4px 12px;
	margin: 0px 5px;

	width: 100%;
	height: 100%;
	color: #30314F;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #30314F;
	border-radius: 4px;

	font-size: 1rem;
	line-height: 1rem;
}

.searc_pagination a:hover {
  color: white;
  background-color: #3c3d5c;
}
/*
.searc_pagination b {
  color: white;
}
*/
@media screen and (max-width:500px){
	.searc_pagination{
		height: 40px;
		margin-bottom: 30px;
	}
	.searc_pagination font{
		right: 0;
		padding: 5px 0px;
	}
	.searc_pagination span{
		margin-right:7px;
		font-size: 14px;
		line-height: 16px;
	}
	.searc_pagination b{
		padding: 3px 8px;
		font-size: 14px;
	}
	.searc_pagination a{
		padding: 3px 8px;
		font-size: 14px;
	}

	div.search-advanced-result { 
		float: left; 
		width:90%;
		font-size: 14px;
	}
}


@media screen and (max-width:300px){
	.searc_pagination{
		height: 40px;
		margin-bottom: 30px;
	}
	.searc_pagination font{
		right: 0;
		padding: 5px 0px;
	}
	.searc_pagination span{
		margin-right:7px;
		font-size: 12px;
		line-height: 14px;
	}
	.searc_pagination b{
		padding: 3px 7px;
		font-size: 12px;
	}
	.searc_pagination a{
		padding: 3px 7px;
		font-size: 12px;
	}
}

@media screen and (max-width:400px){
	.searc_pagination font span{
		display:none;
	}
}






/*==========================*/

.slider_img{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}

.slider_img__show{
	display: block;
}


.slider_img__bg{
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.3;
}



.slider_img__content{
	width: 95%;
	max-width: 850px;
	height: 750px;
	max-height: 90%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: white;
	border-radius: 12px;
}

.close_popup_btn{
	position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  z-index: 150;
  display: block;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  opacity: .27;
  cursor: pointer;
  transition: all 300ms ease;
}

.slider_img__content_container{
	width: 92%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}


.slider_img__arrow_btn{
	position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    z-index: 111;
    display: flex;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.26);
    background: rgb(255, 255, 255) url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
    background-size: 6px 12px;
    opacity: .9;
    cursor: pointer;
    transition: all 300ms ease;
    justify-content: center;
    color: black;
    align-items: center;
}

.slider_img__arrow_left{
    left: 20px;
}
.slider_img__arrow_right{
    transform: rotate(180deg);
    right: 20px;
}

.slider_img__box{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slider_img__img_list{
  height: 95%;
  margin-top: 2.25%;
}

.slider_img__img_list .slick-list{
	width: 100%;
	height: 100%;
}


.slider_img__img_list .slick-track{
	display: flex;
	width: 100%;
	height: 100%;
}

.slider_img__img_list .slick-slide{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 10px;
}

.slick-slide img{
	width: max-content;
	height: max-content;
	border-radius: 12px;
	max-height: 100%;
/*	height: 100%;*/
	object-fit: contain;
}

.slick-slide iframe{
	width: 100%;
	height: max-content;
	min-height: 80%;
	max-height: 100%;
	object-fit: contain;

}
.slick-slide video{
	width: 100%;
	height: max-content;
	/* min-height: 100%; */
	max-height: 100%;
	object-fit: contain;

}

@media screen and (max-width: 850px){
	.slider_img__content{
		height: 550px;
	}

}

@media screen and (max-width: 550px){
	.slider_img__content{
		height: 400px;
	}

	.slider_img__arrow_left{
    left: 0px;
	}
	.slider_img__arrow_right{
    transform: rotate(180deg);
    right: 0px;
	}
	.slider_img__arrow_btn{
    width: 40px;
    height: 40px;
  }
}
/*
.slider_img__content .slick-dots{
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
}*/